home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970929-19971216 / 000167_news@newsmaster….columbia.edu _Wed Oct 22 13:18:09 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA14162
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 22 Oct 1997 13:18:08 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA27254
  7.     for kermit.misc@watsun; Wed, 22 Oct 1997 13:18:08 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: kemit linux help
  12. Date: 22 Oct 1997 17:18:07 GMT
  13. Organization: Columbia University
  14. Lines: 17
  15. Message-ID: <62lcgf$l7t$1@apakabar.cc.columbia.edu>
  16. References: <344E1611.1A65@bnr.ca>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7946
  19.  
  20. In article <344E1611.1A65@bnr.ca>, Malik Ajani  <ajani@bnr.ca> wrote:
  21. : I am new to kermit.
  22. : I have 2 pc with a modem each  and linux running on them.
  23. : one is caller and ther other is reciever.
  24. : I call the reciever in kermit using dial command.
  25. : reciever picks up using answer command then I use the server command.
  26. : I see that i am connect at 9600 , but my callerPC gets NO login to the
  27. : reciever PC and no prompt. How can I send files? what am i doing 
  28. : wrong or not doing?
  29. There will be no login prompt.  At this point, your client should not be
  30. in CONNECT (terminal emulation) mode; instead, it should be given the
  31. appropriate client commands: SEND, GET, REMOTE DIRECTORY, etc, and then
  32. BYE or FINISH to terminate the session.  Again, it's all explained in the
  33. manual.
  34.  
  35. - Frank